home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [40].lua < prev    next >
Encoding:
Text File  |  2011-02-27  |  334 b   |  11 lines

  1. -- Script [40]
  2. Starting = 1;
  3. SeaEvent = 0;
  4.  
  5. ShowStoryText("Wandering through an island jungle you hear a strange gutteral growling from a clearing beyond. The source of the noise is not immediately apparent.");
  6.  
  7. SetStartingEvent(ScriptID, false);
  8.  
  9. AddChoice("Better Investigate.", "[41]");
  10. AddChoice("Better Not.", "[42]");
  11.